dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimParameterCollection<T> Class

SqlShimParameterCollection<T> Class Properties

For a list of all members of this type, see SqlShimParameterCollection<T> members.

Public Properties
 NameDescription
Public PropertyGets the number of Devart.Common.DbParameterBase objects in the collection. (Inherited from Devart.Common.DbParameterBaseCollection)
Public PropertyIndicating whether the collection has a fixed size. (Inherited from Devart.Common.DbParameterBaseCollection)
Public PropertyIndicates whether the collection is read-only. (Inherited from Devart.Common.DbParameterBaseCollection)
Public PropertyIndicates whether access to the collection is synchronized (thread-safe). (Inherited from Devart.Common.DbParameterBaseCollection)
Public PropertyOverloaded. Gets or sets the Devart.Data.Dynamics.DynamicsParameter at the specified index.  
Public PropertyGets an object that can be used to synchronize access to the Devart.Common.DbParameterBaseCollection. (Inherited from Devart.Common.DbParameterBaseCollection)
Top
See Also